bool TryResolve( IEnumerable<KeyValuePair<string,string>> variablesValues, out IAbsoluteFilePath pathFileResolved, out string failureReason )
Parameters
- variablesValues
- It is the sequence of pairs [variable name/variable value] used to resolve the path.
- pathFileResolved
- It is the absolute file path resolved obtained if this method returns true.
- failureReason
- If false is returned, failureReason contains the plain english description of the failure.